|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BBlock | |
---|---|
org.jboss.byteman.agent.adapter.cfg |
Uses of BBlock in org.jboss.byteman.agent.adapter.cfg |
---|
Methods in org.jboss.byteman.agent.adapter.cfg that return BBlock | |
---|---|
BBlock |
CodeLocation.getBlock()
|
BBlock |
CFG.getBlock(org.objectweb.asm.Label label)
return the block containing a label if known |
Methods in org.jboss.byteman.agent.adapter.cfg with parameters of type BBlock | |
---|---|
FanOut |
CFG.getContains(BBlock block)
return a link object listing all the labels contained in a given block |
java.util.List<CodeLocation> |
CFG.getOpenMonitorEnters(BBlock block)
retrieve the list of monitor enter locations open at the start of a given block |
Constructors in org.jboss.byteman.agent.adapter.cfg with parameters of type BBlock | |
---|---|
CodeLocation(BBlock block,
int instructionIdx)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |